Skip to main content

Window Aggregate

Short Description

The Window Aggregate (WindowAgg) node applies aggregate functions to a SQL window

Detailed Description​

The Window Aggregate node applies aggregate functions to a SQL window. Unlike normal aggregate functions which return one row, WindowAgg returns aggregate values for each of the groups or ranges returned. SQL windows are implemented through the OVER command.

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.